-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use golang-crossbuild native to ARM64 #4536
base: main
Are you sure you want to change the base?
Conversation
This pull request does not have a backport label. Could you fix it @v1v? 🙏
|
This reverts commit 6efc900.
$(eval SUFFIX := arm) | ||
$(eval SUFFIX := ${CROSSBUILD_ARM_SUFFIX}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
arm
suffix points to debian9
, that's how it works in the golang-crossbuild
, see elastic/golang-crossbuild#446 that explains that currently the default debian image is 9.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
What is the problem this PR solves?
arm64
in arm64How does this PR solve the problem?
// Explain HOW you solved the problem in your code. It is possible that during PR reviews this changes and then this section should be updated.
How to test this PR locally
In the CI, we ran https://buildkite.com/elastic/fleet-server-package-mbp/builds/1673
Design Checklist
Checklist
./changelog/fragments
using the changelog toolRelated issues